home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / routing / gateways-config.hlp.z / gateways-config.hlp
Encoding:
Text File  |  1997-07-30  |  4.5 KB  |  109 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Routing Gateway Configuration</H2>
  8. <P>
  9. With dynamic routing, it is often useful to add a static route
  10. into the kernel routing table, or to force the routing daemon to 
  11. ignore route updates for a network. These measures provide greater 
  12. control over the path that packets take to known destinations. For
  13. example, you might create a default route to your Internet service 
  14. provider, forcing packets for an unknown remote host to always be 
  15. sent to the ISP router.
  16. </P>
  17. <P>
  18. The IRIX kernel compares the destination address in each network packet 
  19. that it receives to the addresses of the local network interfaces. If
  20. the address does not match any interface address, it searches the kernel 
  21. routing table for the best matching address. If it finds a matching
  22. <I>Host route</I> (an exact address match) or a matching <I>Network route</I>, 
  23. it sends the packet to the gateway that is designated in the matching
  24. routing table entry. If there is no other route, the packet is forwarded 
  25. to the gateway for the default route (host route for 0.0.0.0) if a default 
  26. host route is listed in the table.
  27. <P>
  28. Use the Gateway Configuration form to change the following parameters:
  29. </P>
  30. <P>
  31. <STRONG>Enable dynamic routing</STRONG> This selection turns routing on 
  32. and off for this system. Select Yes to turn on dynamic routing and No to turn it
  33. off. Typically, any system connected to a company intranet that
  34. contains more than one network should have dynamic routing turned
  35. on.
  36. </P>
  37. (Default value: Yes)
  38. <P>
  39. Note: This is identical to the <I>Enable dynamic routing</I> selection on the
  40. Dynamic Routing form. You can change the setting from either form (your
  41. selection is automatically applied to the Dynamic Routing form to update it). 
  42. </P>
  43. <P>
  44. <STRONG>Add New Gateway</STRONG> This field contains the packet destination 
  45. address of a gateway that you want to add. Enter the address and select the
  46. <VAR>Add New Gateway</VAR> button to display the Add New Gateway form.
  47. Complete the entry fields on this form and click the <VAR>Ok</VAR> button 
  48. to add the gateway. Enter the packet destination address in dotted decimal 
  49. (such as 1.2.3.4 for a host route or 1.2.0.0 for a network route) or
  50. hexadecimal (such as 0x01020304 or 0x01020000) notation.
  51. </P>
  52. (Default value: none)
  53. <P>
  54. <STRONG>Edit Selected Gateway</STRONG> This list contains the addresses of
  55. active gateways. Select a destination address from the list and select
  56. the <VAR>Edit Selected Gateway</VAR> button to display the Edit Gateway 
  57. form and make your changes. When you finish, click the <VAR>Ok</VAR> button 
  58. to put the changes in effect.
  59. </P>
  60. (Default value: none)
  61. <P>
  62. <STRONG>Delete Selected Gateway</STRONG> Select a destination address from
  63. the list and click the <VAR>Delete Selected Gateway</VAR> button to remove 
  64. the address from the list. Then click the <VAR>Ok</VAR> button to put the 
  65. changes in effect.
  66. </P>
  67. (Default value: none)
  68. <P>
  69. <STRONG>IP address of destination:</STRONG> This information field contains 
  70. the currently selected destination address in the Add or Edit Gateway form. 
  71. This field is not editable.
  72. </P>
  73. <P>
  74. <STRONG>IP address of gateway system:</STRONG> This is the address of 
  75. a system closer to the destination that knows how to reach the
  76. destination address. Enter a fully qualified host address in dotted 
  77. decimal (such as 1.2.3.4) or hexadecimal (such as 0x01020304) notation.
  78. </P>
  79. (Default value: none)
  80. <P>
  81. <STRONG>Type of destination address:</STRONG> This field specifies
  82. the type of the destination address. If the address is a host address
  83. (such as 1.2.3.4) or the default destination 0.0.0.0, then select 
  84. <VAR>host</VAR>. If the address is a network address (such as 1.2.3.0), 
  85. then select <VAR>net</VAR>.
  86. </P>
  87. (Default value: none)
  88. <P>
  89. <STRONG>Mode of network gateway:</STRONG> If this gateway is running a 
  90. routing daemon, select <VAR>active</VAR>; this selection notifies the
  91. gateway that it should exchange routing information on the network. Select 
  92. <VAR>passive</VAR> if the gateway should not exchange routing information.
  93. </P>
  94. (Default value: none)
  95. <P>
  96. <STRONG>Number of hops from route interface to destination:</STRONG>
  97. This is the number of systems between the Internet Gateway and the 
  98. destination system, including the Gateway itself. A hop count of 
  99. <EM>0</EM> means that the destination is the local host; a hop count 
  100. of <EM>16</EM> is considered infinite and no packets will ever be 
  101. forwarded there.
  102. </P>
  103. (Default value: 1)
  104. <CENTER>
  105. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  106. </CENTER>
  107. </FORM>
  108. EndOfFile
  109.